GMS Job Editor

I will here try to give a few use examples of how you can use the GMS interface.

First of all: The system does not ask if you are sure! - If you mess with a script or delete it - it might stop working.

You have a list of the systems and GMS system folders in the left side og the page.
The next row you see is the content of the selected folder/server.
To the right you see a Jobid, template and editor window.

There is quite a few places in GMS you need to know how to use, the interface is build for technical/super users.

Lets start with the system folders:

_Software: This folder is for you to upload scripts and install files you need - current there is a upload limit on arround 200MB.
ReInstall: This folder is for install scripts when you deploy a new computer.
ReInstall_OS: This folder is for installation scripts for operative systems.
ReInstall_ADGroups: This folder is if you use you AD to control software installation.
Templates: This folder is for templates - the dropdown list in the right side.
_Graveyard: This folder is for old computers and deleted profiles etc.
_DocHtml: This folder is just for you if you need a place to write notes or similar.

NoteReInstall can have sub folders - these folders are profiles and they will be visible when logging into the ReInstall WinPE image.
To make new profiles, you should select ReInstall and in the jobid write: mkdir::profilename
Fx. mkdir::Office2016PCs
When a profile is selected for at client - that client will recieve all the current jobs that are placed within the profile folder and all new jobs that are added to the profile will be pushed to all the clients that are a member of the profile.
You can see a client is member of a profile by looking in the clients folder - there it will have the profilename.profile - if you want to remove a client from a profile - just delete the profilename.profile.

Note: _Graveyard will contain deleted and reinstalled computers, profiles and other system object that could be interesting to restore, items in _Graveyard will expire after 3 months.
@note_to_dev - code function to remove old _Graveyard items.

For more information on how to write a client job see: GMS_Job_Script